home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / slide13.zip / SLIDE.DOC < prev    next >
Text File  |  1993-04-07  |  10KB  |  237 lines

  1.          ┌▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄┐
  2.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  3.  ────────┤▌ G  A  M  E  K  E  E  P  E  R    D  O  O  R  W  A  R  E ▐├────────
  4.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  5.          ├▌▒▒▒▒▒▒▒▒▒  Quality BBS Door Software for Less!  ▒▒▒▒▒▒▒▒▐┤
  6.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  7.          └▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀┘
  8.  
  9.                        S L I D E   T O   I N S A N I T Y
  10.                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11.                                  Version 1.3
  12.  
  13.                      Copyright (c) Steve Sharpe 1992,1993
  14.  
  15. SYSTEM REQUIREMENTS
  16. ~~~~~~~~~~~~~~~~~~~
  17. 1.  Any BBS capable of producing the following DOOR.SYS drop files:
  18.  
  19.    *  Original "GAP standard" DOOR.SYS (31 line version)
  20.         - for example, Spitfire BBSs use this one!
  21.  
  22.    *  New (currently 52 line) version DOOR.SYS promoted by Raymond Clements
  23.         - for example, PCBoard BBSs use this one!
  24.  
  25. 2.  Slide to Insanity requires ANSI graphics!
  26.  
  27. SYSTEM OPTIONS
  28. ~~~~~~~~~~~~~~
  29. Slide to Insanity supports the use of FOSSIL drivers and non-standard port
  30. addresses.  Refer to the INSTALLATION instructions for more information.
  31.  
  32. FILES CONTAINED IN SLIDE13.ZIP
  33. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  34.      SLIDE13.EXE       <-- The main program
  35.      GAME.CFG          <-- Game configuration file
  36.      SLIDE.DOC         <-- The file you are reading!
  37.      REVISION.DOC      <-- Revision notes
  38.      DOORWARE.DOC      <-- Gamekeeper Doorware list
  39.  
  40. FILES CREATED BY SLIDE13.EXE
  41. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  42.      HIGH.SCR          <-- High score file (Registered versions)
  43.  
  44. OVERVIEW
  45. ~~~~~~~~
  46. Slide to Insanity is a puzzle door modeled after various types of small hand
  47. puzzles.  The object of the game is to slide the puzzle pieces in as few moves
  48. as possible to relocate the piece marked with asterisks (*) from its starting
  49. location on the left center of the puzzle to the opposite location on the
  50. right center of the puzzle.  Registered versions will record the score (total
  51. moves) of the player who completes the puzzle in the fewest moves!  Pieces are
  52. moved by selecting the letter or symbol on the piece, followed by the direction
  53. in which to move (left, right, up, or down).  On-line instructions are offered
  54. to players upon entry of the door.
  55.  
  56. Screen Redraw
  57. ~~~~~~~~~~~~~
  58. A screen redraw feature is provided.  Use this feature if telephone line noise
  59. causes erroneous characters to be displayed.
  60.  
  61. INSTALLATION
  62. ~~~~~~~~~~~~
  63. 1.  'Unzip' the file SLIDE13.ZIP into the directory of your choice.  All
  64. files must remain in the same directory.
  65.  
  66. 2.  Edit the GAME.CFG configuration file according to the CONFIGURATION FILE
  67. section of these instructions using your favorite word processor.  Ensure you
  68. save it as an ASCII text file.
  69.  
  70. 3.  Create or edit the batch file your BBS will use to activate the door.
  71. The main door program name is SLIDE13.EXE.  For example, if you are running
  72. a Spitfire BBS, you would edit SF.BAT to look similar to the following:
  73.  
  74. :DOOR_A
  75.    REM Place Door A Commands Here
  76.    CD\SF\DOORS\SLIDE      <-- Change to the Slide to Insanity directory
  77.    SLIDE13 GAME.CFG       <-- The main program with configuration file argument
  78.    CD\SF                  <-- Change back to the Spitfire directory
  79.    GOTO LOOP
  80.  
  81. Installation Notes
  82. ~~~~~~~~~~~~~~~~~~
  83. NON-STANDARD PORT USE:  You may specify the use of non-standard communications
  84. ports with the PORT command.  The syntax for the PORT command is PORT:03E8:5,
  85. where 03E8 represents a different base address and 5 indicates the IRQ.  For
  86. example, the main program line in the example above would be changed to
  87. SLIDE13 GAME.CFG PORT:03E8:5 to reflect the use of a non-standard comm port.
  88.  
  89. FOSSIL DRIVER USE:  You may specify the use of a FOSSIL driver with the PORT
  90. command added to the main program command line.  The syntax for the PORT
  91. command is PORT:F:P, where F instructs the door to use a FOSSIL driver and P
  92. identifies the port.  For example, the main program line in the example above
  93. would be changed to SLIDE13 GAME.CFG PORT:F:1 if the SysOp wished to specify
  94. a FOSSIL driver on port 1.
  95.  
  96. NOTE:  The PORT command must be the third command in the main program command
  97. line, if used.  If not used, the door defaults to the use of the 4 standard
  98. communications ports (1-4) by reading the BBS file.
  99.  
  100. CONFIGURATION FILE
  101. ~~~~~~~~~~~~~~~~~~
  102. Entries in the GAME.CFG file must be accurate or the door cannot be expected
  103. to function properly.  Save your changes to the GAME.CFG file in ASCII text
  104. format.
  105.  
  106. The GAME.CFG file
  107. ~~~~~~~~~~~~~~~~~
  108. Slide to Insanity           <-- Line 1  (See below)
  109. c:\sf\door.sys              <-- Line 2    "     "
  110. The Gamekeeper's Lair       <-- Line 3    "     "
  111. Steve Sharpe                <-- Line 4    "     "
  112. 000000000000                <-- Line 5    "     "
  113. 1                           <-- Line 6    "     "
  114.  
  115. Line 1 - This line reflects the name of the door.  The registration algorithm
  116. is based on some of this data.  DO NOT CHANGE LINE 1!
  117.  
  118. Line 2 - Enter the full path and filename for the BBS DOOR.SYS file.
  119.  
  120. Line 3 - Enter the name of your BBS.
  121.  
  122. Line 4 - Enter the SysOp's name.
  123.  
  124. Line 5 - Enter 12 zeros if the door is not registered.  Registered users enter
  125. the registration number provided by the author.  Other numbers will prevent
  126. the door from running.
  127.  
  128. Line 6 - Enter 1 if your BBS DOOR.SYS drop file is the original GAP standard
  129. 31 line version.  Enter 2 if your BBS DOOR.SYS drop file is the newer (longer)
  130. version (presently 52 lines).
  131.  
  132. SYSOP KEYS
  133. ~~~~~~~~~~
  134. The following keys assist the SysOp in the management of the door:
  135.  
  136.          F5 - Shell to DOS
  137.          F8 - Return user to system
  138.          F9 - Toggle display on/off
  139.         F10 - Chat mode (ESC to exit)
  140.       ALT H - Toggle between status lines
  141.  
  142. REGISTRATION
  143. ~~~~~~~~~~~~
  144. The registration fee for Slide to Insanity is $5.  The unregistered door
  145. displays "EVALUATION COPY" upon entry and exit.  Please register or remove the
  146. door within 90 days of first use.  As a BBS SysOp, I understand how costly it
  147. can be to register BBS software.  I have purposely kept the cost of registering
  148. Slide to Insanity to a minimum with that thought in mind.  I believe the fee is
  149. quite reasonable, based on the many long hours of programming required.  Upon
  150. receipt of the registration fee, you will be provided with a unique
  151. registration number.  Once you insert the registration number into the GAME.CFG
  152. file, the opening and closing "EVALUATION COPY" messages will be replaced with
  153. the following messages:
  154.  
  155. [OPENING MESSAGE]
  156.  
  157.                                 Your BBS name
  158.  
  159.                                   presents
  160.  
  161. [CLOSING MESSAGE]
  162.  
  163.                              Thanks for playing
  164.  
  165.                              Slide to Insanity
  166.  
  167.                                      on
  168.  
  169.                                Your BBS name
  170.  
  171. COMMENTS/BUG REPORTS
  172. ~~~~~~~~~~~~~~~~~~~~
  173. I'm interested in all user comments and bug reports.  Please send your comments
  174. to:
  175.  
  176.                               Steve Sharpe
  177.                            1835 Stonetree Dr.
  178.                          Mountain Home, ID 83647
  179.  
  180.                                  Warranty
  181.                                ------------
  182.        This program has been thoroughly tested on a Spitfire 3.3 BBS,
  183.        however, it should perform equally well on any BBS that can
  184.        produce a BBS drop file listed in this documentation.
  185.  
  186.        I make no warranty of any kind, express or implied, including
  187.        without limitation, any warranties of merchantability and/or
  188.        fitness for a particular purpose.  I shall not be held liable for
  189.        any  damages, whether direct, indirect, special or consequential
  190.        arising from a failure  of this program to operate in the manner
  191.        desired by the user.  I shall not be held liable for any damage to
  192.        data or property which may be caused directly or indirectly by the
  193.        use of this program.
  194.  
  195.        In no event will I be held liable for any damages, including (but
  196.        not limited to) any lost profits, lost savings or other incidental
  197.        or consequential damages arising out of the use or inability to
  198.        use this program, or for any claim by any other party.
  199.  
  200.        This warranty is governed by the laws of the State of Idaho.
  201.  
  202.  
  203.                               REGISTRATION FORM
  204.                               -----------------
  205.  
  206.   Slide to Insanity                Return to:  Steve Sharpe
  207.   Version 1.3                                  Attn: Door Registration
  208.   Registration Cost: $5                        1835 Stonetree Dr.
  209.                                                Mountain Home, ID 83647
  210.  
  211.   Name ______________________________________________________________
  212.  
  213.   Address ___________________________________________________________
  214.  
  215.           ___________________________________________________________
  216.  
  217.   Voice Phone _____________________ Data Phone ______________________
  218.  
  219.   Enter the information below exactly as it appears in the GAME.CFG file:
  220.  
  221.   BBS Name______________________________________________
  222.  
  223.   SysOp Name____________________________________________
  224.  
  225.   Orders outside the USA add $2.00 . . . . . . . . . . . . _________
  226.  
  227.       Please find enclosed a check or money order for USA $_________
  228.   payable to Steve Sharpe.  This shows my support of Shareware products
  229.   and the Shareware concept.  It also shows my encouragement to help further
  230.   the development of BBS doors.
  231.  
  232.       I understand that Slide to Insanity is provided as-is and no warranties
  233.   of any kind, expressed or otherwise, are included and that I am using it at
  234.   my own risk.
  235.  
  236.   Signed: _________________________________________  Date: _________
  237.